CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c sqlite

搜索资源列表

  1. sqlite3

    0下载:
  2. This file is an amalgamation of many separate C source files from SQLite version 3.6.19. By combining all the individual C code files into this single large file, the entire code can be compiled
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:876064
    • 提供者:deilieqong
  1. 4

    0下载:
  2. SQLite官方的使用介绍中附带了一个C语言的实例,该实例使用了回调的方法处理由SQL语句返回的记录集,这种回调函数的方法比较复杂,而且也并没有获得什么实质性的好处。所以在这里我推荐使用另外一组函数来完成该类操作,经实践检验证明,该方法在效率方面不存在任何问题。-Using SQLite official presentation comes with a C language instance of the callback method uses the processing of reco
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:13227
    • 提供者:nb
  1. qianrushi_splite3

    0下载:
  2. SQLite有以下特性: 支持ACID事务; 零配置一无需安装和管理配置; 储存在单一磁盘文件中的一个完整的数据库; 数据库文件可以在不同字节顺序的机器间自由共享; 支持数据库大小至2TB; 足够小,全部源码大致3万行c代码,250KB; 比目前流行的大多数数据库对数据的操作要快; -SQLite has the following features: support for ACID transactions zero without having to in
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:4954
    • 提供者:cqj
  1. CShape_Sqlite

    0下载:
  2. C#连接sqlite读取数据,并分页显示,实现上一页和下一页的跳转-C# connection sqlite and pagination
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:3385479
    • 提供者:jj
  1. mysqlite

    0下载:
  2. Linux 环境下的sqlite数据库,C语言实现其基本的数据操作-Linux evironment to use Sqlite database with C to show the basic appilication
  3. 所属分类:Other Databases

    • 发布日期:2017-03-28
    • 文件大小:39434
    • 提供者:fangle
  1. dmscq

    0下载:
  2. SqlServer及Sqlite数据库接口代码生成器。针对SqlServer数据表,可生成常用的增删改查等存储过程,然后再根据存储过程生成C#语言的WebService调用数据方法类。供上层应用直接调用,省去一大堆代码编写过程。-SqlServer and Sqlite database interface code generator. For SqlServer data sheet can be used to generate CRUD stored procedure, and the
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:746146
    • 提供者:肖辉
  1. We7.CMS.Demo.32bit

    0下载:
  2. We7 CMS 是一套采用C#开发的,基于.net2.0,可以运行于Oracle、SQLite、Sqlserver、MySQL、Access等数据库之上的网站内容管理系统软件(Content Manage System,简称CMS)-We7 CMS is a set of C# development, based. Net2.0, can run on Oracle, SQLite, Sqlserver, MySQL, Access and other databases on the Web
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6907905
    • 提供者:钉子
  1. TestSQLiteFunction

    0下载:
  2. 这是一个用SQLite和C#在VS2010里编写的一个关于如何使用SQLite,以及如何连接SQLite数据库,打开数据库的小程序,适合初学者使用。-This is a use SQLite and a written in c# in VS2010 about how to use SQLite, and how to connect to the SQLite database, open the database of small procedures, suitable for begi
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:861217
    • 提供者:梁玉林
  1. SqlitePasswordManager

    0下载:
  2. Sqlite密码修改器及源码(C#),SqlitePasswordManager,在.Net平台开发的,含源代码.-sqlite
  3. 所属分类:.net

    • 发布日期:2017-04-05
    • 文件大小:831995
    • 提供者:liwei
  1. barrier

    0下载:
  2. 用qt c++实现的一个基于SQLite的模拟交互的路障管理系统,市民可以发现路障并向管理者报修,管理者可以根据受损优先级派出维修队进行维修,并计算出花销。涉及qt各种控件的应用。-With qt c++ achieve a simulation-based interactive SQLite management system of roadblocks, people can find roadblocks to repair managers, managers can be repai
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-06-14
    • 文件大小:22291515
    • 提供者:王乐
  1. ListData

    0下载:
  2. Data List in Qt and sqlite database written in c-Data List in Qt and sqlite database written in c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:8895
    • 提供者:mario
  1. dsql_src

    0下载:
  2. 用于嵌入式数据库SQLite的接口编程,当需要编写SQLite相关功能时可以作为参考.-a wrapper for the famous SQLite database engine, Embedded Database For C++.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:269769
    • 提供者:mark
  1. sqlit

    0下载:
  2. 基于unix linux 的sqlite c编程,对数据库进行查询,遍历等-Sqlite c programming based on Unix, Linux, the database query, traversing, and so on
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2226555
    • 提供者:hejie
  1. Chat

    0下载:
  2. 基于WCF的聊天小程序,是本人在学习研究.NET框架下的WCF通信服务时,练手写的一个聊天小程序。该程序是使用C#基于WCF下开发的,用户界面使用的Winform,数据库使用的SQLite。支持用户登录、消息定向发送和群发送。可供C#开发爱好者学习研究WCF通信机制时参考学习。-WCF-based chat applet, I was in the study. While WCF communication services under the NET framework, practicin
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1134708
    • 提供者:lq
  1. TestDB

    0下载:
  2. wince5.0 c#开发SQLITE和SQlce数据库创建,查询等功能-Wince5.0 c# development SQLITE and SQlce database creation, query, and other functions
  3. 所属分类:Windows CE

    • 发布日期:2017-05-04
    • 文件大小:1345216
    • 提供者:wangxiongbing
  1. CESqlite

    0下载:
  2. Wince上自己封装的Sqlite数据库操作类,基于EVC开发环境,很方便C++操作类,封装了容器对数据库进行操作。-Wince own package Sqlite database operations, EVC-based development environment, it is easy to operate C++ class that encapsulates the vessel to operate the database.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-14
    • 文件大小:3501182
    • 提供者:乐天
  1. sqlite_test

    0下载:
  2. C++操作sqlite数据库的接口类,解决了乱码问题-The C++ Interface to operate sqlite database,no messy problem when the table contain chinese characters
  3. 所属分类:Other Databases

    • 发布日期:2017-04-25
    • 文件大小:21917
    • 提供者:晏资余
  1. acl-master

    0下载:
  2. acl_cpp 是基于 acl 库的 C++ 库,主要内容:acl C 库的常用功能、MIIME 解析、Memcached 客户端库、Handlersocket 客户端库、数据库连接池(支持mysql/sqlite)、WEB 编程、数据库编程、阻塞/非阻塞数据流等内容。-acl_cpp is based acl library of C++ libraries, main elements: common features acl C library, MIIME parsing, Memcac
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-12
    • 文件大小:19563903
    • 提供者:momomo
  1. SQLDirect 6.4.3 Full Source

    1下载:
  2. SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland/CodeGear/Embarcadero Delphi v.5 - 10, 2010, XE-XE6 and C++Builder v.5 - 2010, XE-XE6. It uses the native application programming interfaces to access to the
  3. 所属分类:其他数据库

  1. TestSQLite

    0下载:
  2. 本实全例主要帮助,初步学习C#下开发WINCE运行数据库SQLITE的学习之用。很实用。-Originally solid whole example main help, first step study C# study of the bottom development WINCE movement SQLITE it with.Very practical
  3. 所属分类:Windows CE

    • 发布日期:2017-05-02
    • 文件大小:708291
    • 提供者:alfd
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com